docs: Add cross-reference in GtkAlign docs
authorJavier Jardón <jjardon@gnome.org>
Tue, 16 Nov 2010 02:51:53 +0000 (03:51 +0100)
committerJavier Jardón <jjardon@gnome.org>
Tue, 16 Nov 2010 02:51:53 +0000 (03:51 +0100)
gtk/gtkenums.h

index 73e1dce721d9e154e581dc4182528651a9a57028..9fd47d7052995d41889e270b72e2c103b2fbbff0 100644 (file)
@@ -49,8 +49,8 @@ G_BEGIN_DECLS
  * Controls how a widget deals with extra space in a single (x or y)
  * dimension.
  *
- * Alignment only matters if the widget receives a "too large"
- * allocation, for example if you packed the widget with the "expand"
+ * Alignment only matters if the widget receives a "too large" allocation,
+ * for example if you packed the widget with the #GtkWidget:expand
  * flag inside a #GtkBox, then the widget might get extra space.  If
  * you have for example a 16x16 icon inside a 32x32 space, the icon
  * could be scaled and stretched, it could be centered, or it could be